home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("menuSong6")
- end tell
- end if
- end
-
- on mouseLeave
- if the visible of window "Help" then
- tell window "help"
- go("start")
- end tell
- end if
- end
-
- on mouseDown
- global gSong
- if not (the visible of window "Help") then
- if (gSong <> EMPTY) and (field "fieldElencoSongHD" contains gSong) then
- repeat while the mouseDown
- set the memberNum of sprite 24 to the number of member "Hseq"
- updateStage()
- end repeat
- end if
- end if
- end
-
- on mouseUp
- global gSong
- if not (the visible of window "Help") then
- if (gSong <> EMPTY) and (field "fieldElencoSongHD" contains gSong) then
- cursor(4)
- prepare()
- go("seq", the moviePath & "grooveM")
- put EMPTY into field "fieldDescription"
- set the visible of sprite 23 to 0
- puppetSprite(39, 1)
- puppetSprite(24, 1)
- cursor(-1)
- end if
- end if
- end
-